home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / program / gemxx19.zoo / gem++19 / include / gem++.h < prev    next >
C/C++ Source or Header  |  1993-11-16  |  2KB  |  45 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. //  Central GEM include file for the "gem++" library.
  4. //
  5. //  This file is Copyright 1992,1993 by Warwick W. Allison.
  6. //  This file is part of the gem++ library.
  7. //  You are free to copy and modify these sources, provided you acknowledge
  8. //  the origin by retaining this notice, and adhere to the conditions
  9. //  described in the file COPYING.LIB.
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12.  
  13. #include <gemap.h>    // Application
  14. #include <gema.h>    // Activity
  15. #include <gemal.h>    // Alerts
  16. #include <gemc.h>    // Canvas
  17. #include <gemd.h>    // Desktop
  18. #include <gemda.h>    // Desk accessory
  19. #include <geme.h>    // Events
  20. #include <gemf.h>    // Forms
  21. #include <gemfb.h>    // Feedback
  22. #include <gemfiw.h>    // Iconifiable Forms in Windows
  23. #include <gemfl.h>    // Font lists
  24. #include <gemfn.h>    // Fonts
  25. #include <gemfs.h>    // File selectors
  26. #include <gemfw.h>    // Forms in Windows
  27. #include <gemhf.h>    // Hot Forms (like popup menus)
  28. #include <gemimgo.h>    // Image object
  29. #include <gemks.h>    // Key sink
  30. #include <gemm.h>    // Menus
  31. #include <gemo.h>    // Objects
  32. #include <gemr.h>    // Resource
  33. #include <gemrec.h>    // Recorder
  34. #include <gemscro.h>    // Scrollable object
  35. #include <gemsl.h>    // Slider
  36. #include <gemst.h>    // Scrolling text
  37. #include <gemt.h>    // Timer
  38. #include <gemto.h>    // Text object
  39. #include <gemuo.h>    // User object
  40. #include <gemvo.h>    // VDI object
  41. #include <gemw.h>    // Windows
  42. #include <gemrawo.h>    // Raw object - inextensible
  43. #include <vdi.h>    // VDI bindings
  44. #include <img.h>    // IMG file format
  45.